runtime.notifyList.lock (field)

10 uses

	runtime (current package)
		sema.go#L555: 	lock mutex
		sema.go#L582: 	lockWithRank(&l.lock, lockRankNotifyList)
		sema.go#L586: 		unlock(&l.lock)
		sema.go#L606: 	goparkunlock(&l.lock, waitReasonSyncCondWait, traceBlockCondWait, 3)
		sema.go#L625: 	lockWithRank(&l.lock, lockRankNotifyList)
		sema.go#L635: 	unlock(&l.lock)
		sema.go#L660: 	lockWithRank(&l.lock, lockRankNotifyList)
		sema.go#L665: 		unlock(&l.lock)
		sema.go#L696: 			unlock(&l.lock)
		sema.go#L706: 	unlock(&l.lock)